window: reset both press/drag gestures when move/resize drag starts
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 10 Mar 2015 15:38:17 +0000 (16:38 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 10 Mar 2015 15:48:16 +0000 (16:48 +0100)
commit622a930c5a55aa64489a8031cd507f45e7fa2545
tree987b380f4c7348e5a9a369ee73e05aaf7a7160e1
parent2f8938cf23b1b2f5904fb969ca993e4b6a9828ef
window: reset both press/drag gestures when move/resize drag starts

Now that this is split in two separate gestures, both must be reset
when the WM grabs the pointer. Also, do on resize drags like on move
drags, and claim the gesture before resetting, so the ownership is
properly transferred across any other widgets.

https://bugzilla.gnome.org/show_bug.cgi?id=745969
gtk/gtkwindow.c